github.com/klauspost/compress/zstd.match.rep (field)

10 uses

	github.com/klauspost/compress/zstd (current package)
		enc_best.go#L33: 	rep    int32
		enc_best.go#L43: 	if m.rep < 0 {
		enc_best.go#L46: 		ofc = ofCode(uint32(m.rep) & 3)
		enc_best.go#L232: 			if m.rep <= 0 {
		enc_best.go#L251: 			cand := match{offset: offset, s: s, length: l, rep: rep}
		enc_best.go#L275: 			if best.rep <= 0 {
		enc_best.go#L281: 				if best.rep < 0 {
		enc_best.go#L363: 		if best.rep > 0 {
		enc_best.go#L369: 			seq.offset = uint32(best.rep & 3)
		enc_best.go#L392: 			switch best.rep {